home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactif…cial Edition 1999 Winter / cd 2.iso / pc / Media / Check.dxr / 00012.ls < prev    next >
Encoding:
Text File  |  1999-11-15  |  216 b   |  12 lines

  1. on exitFrame
  2.   repeat with y = 3 to 4
  3.     if rollOver(y) then
  4.       puppetSprite(y, 1)
  5.       set the castNum of sprite y to y + 10
  6.       next repeat
  7.     end if
  8.     puppetSprite(y, 0)
  9.   end repeat
  10.   go(the frame)
  11. end
  12.